home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / execbep.com / README < prev   
Encoding:
Text File  |  1988-10-30  |  1.5 KB  |  37 lines

  1. EXECBEEP was originally written by Charles Lazo III and is included as
  2. "execbeep.org".  The portion of code which displays the exec command line
  3. was added by me.
  4.  
  5. This program is especially usefull for spying on the multiple passes that
  6. C compilers like so much.  You can see the command line that is used to
  7. invoke each compiler pass, and also the linker command line.  It's amazing
  8. what you can find out with a little initiative!
  9.  
  10. There was no facility in the original program to remove EXECBEEP from memory-
  11. you have to reboot.  I have not added this feature, but maybe someone wants
  12. to smarten the program up?
  13.  
  14. Ed Ross
  15. 2/27/88
  16. Compuserve [75776,151]
  17. =============================================================================
  18. Version 3 by Henry T. Nettles
  19.              10/30/88
  20.              Compuserve [71101,345]
  21.  
  22. Added code to   1) Deallocate the environment block
  23.                 2) Check for copy of program already in memory
  24.                 3) Allow program to uninstall itself
  25.  
  26. To uninstall, use "U" or "/U" or "-U".  (Actually, if you put anything
  27. on the command line which contains the letter "U", either upper or lower-
  28. case, then the program will attempt to uninstall.)
  29.  
  30. The source for version 2 (Mr. Ross's version) is included as
  31.         "execbeep.vs2"
  32.  
  33. I am indebted to the fine programmers of PC Magazine's Productivity section.
  34. All of the functions I added to this program were lifted from their work
  35. as printed in the mag.  As someone once said, "We stand on the shoulders
  36. of giants."
  37.